home *** CD-ROM | disk | FTP | other *** search
- .R:E
- .W:96
- .H:...DML STRG UNIT Version 1.00...
- .H:...$$Day Mon D, YEAR$$ $$Z:MI A.M.$$ Page $$$...
- .H:...TABLE OF CONTENTS...
- .H:
- .F:
- .F:... Copyright (c) 1989, by DML Software Inc. ...
- .X:8
-
-
- DML SOFTWARE INC. TURBO PASCAL LIBRARY
-
-
- STRING SUBROUTINES
-
- The following procedures do conversions from one string to another
- string. Most are functions, and the values of the input parameters are
- not altered.
-
-
-
-
- Procedure Page
- --------- ----
-
- STRING ROUTINES - CHANGES HIGHLIGHTS (VERSION 1.00) 1
-
- 1) GENERAL PURPOSE STRING 2
-
- StrConstants 2
- RJS - Right Justify String 3
- LJS - Left Justify String 4
- CJS - Center Justify String 5
- Strip - Removes blanks and tabs from a string. 6
- StrCase - Converts the case of all letters in a string. 8
- StrField - Returns a field from a delimited string. 9
- StrFill - Fill a string with a character. 10
- StrPad - Blank pad a string. 11
- StrShiftLeft - Shift a string left one character. 12
- StrShiftRight - Shift a string right one character. 13
-
- 2) STRING CONVERSION 14
-
- S2C - Convert a String into a Character Array. 14
- C2S - Coverts a character array to a string. 15
- S2Z - Convert a string in a DOS AsciiZ string. 16
- Z2S - Convert an AsciiZ string to a string. 17
-
-
-